home *** CD-ROM | disk | FTP | other *** search
- object FormHTML: TFormHTML
- Left = 200
- Top = 106
- BorderStyle = bsDialog
- Caption = 'Save Search Results as HTML file'
- ClientHeight = 220
- ClientWidth = 341
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 127
- Height = 13
- Caption = '&Number of URLs per page:'
- FocusControl = ComboNumber
- end
- object BitBtn1: TBitBtn
- Left = 56
- Top = 184
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 184
- Top = 184
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object EditFileName: TEdit
- Left = 16
- Top = 16
- Width = 233
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 254
- Top = 14
- Width = 75
- Height = 25
- Caption = '&Browse...'
- TabOrder = 3
- OnClick = Button1Click
- end
- object ComboNumber: TComboBox
- Left = 160
- Top = 48
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'All'
- '10'
- '20'
- '30'
- '40'
- '50')
- TabOrder = 4
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 80
- Width = 305
- Height = 89
- TabOrder = 5
- object RadioDoNotOpen: TRadioButton
- Left = 16
- Top = 16
- Width = 273
- Height = 17
- Caption = '&Do not open HTML file'
- TabOrder = 0
- end
- object RadioOpen: TRadioButton
- Left = 16
- Top = 40
- Width = 273
- Height = 17
- Caption = '&Open HTML file'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioOpenWindow: TRadioButton
- Left = 16
- Top = 64
- Width = 281
- Height = 17
- Caption = 'Open HTML file in a new &window'
- TabOrder = 2
- end
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'HTML'
- Filter = 'HTML files (*.html)|*.html'
- Options = [ofOverwritePrompt]
- Title = 'Save As HTML'
- Left = 304
- Top = 40
- end
- end
-